projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7875493
)
(read-multilingual-string): Fix previous change.
author
Kenichi Handa
<handa@m17n.org>
Mon, 1 Sep 1997 10:46:54 +0000
(10:46 +0000)
committer
Kenichi Handa
<handa@m17n.org>
Mon, 1 Sep 1997 10:46:54 +0000
(10:46 +0000)
lisp/international/mule-cmds.el
patch
|
blob
|
history
diff --git
a/lisp/international/mule-cmds.el
b/lisp/international/mule-cmds.el
index 376e9726e4b0f7b33276e1dfcebed4732d2dac21..6d0c4fd430e9d57bc3e1a1f20250e9321079c353 100644
(file)
--- a/
lisp/international/mule-cmds.el
+++ b/
lisp/international/mule-cmds.el
@@
-565,7
+565,7
@@
or a string."
(or input-method
default-input-method
(read-input-method-name "Input method: " nil t)))
- (if (and input-method (symbolp input-method)
+ (if (and input-method (symbolp input-method)
)
(setq input-method (symbol-name input-method)))
(let ((current-input-method input-method))
(read-string prompt initial-input nil nil t)))